home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 4 / BBS in a Box - Macintosh - Volume IV (January 1992) (BBS in a Box).iso / Files / Prog / T / Terminal 2.1 Source Code.cpt / Terminal 2.01 Source / Terminal ƒ / Sources / ZModem.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-12-31  |  172 b   |  12 lines  |  [TEXT/KAHL]

  1. /*
  2.     Terminal 2.0
  3.     "ZModem.h"
  4. */
  5.  
  6. #define ZAUTORX 18
  7. extern Byte ZAutoReceiveString[];
  8. extern Byte ZLastRx[];
  9.  
  10. short ZReceive (void);
  11. short ZTransmit    (Byte *, short, long);
  12.